static struct EasyStruct MyReq_1 = { sizeof (struct EasyStruct),0,"Informations requester"," " VERSION COPYRIGHT "\n\n\n Snail address:" "\n\n " AUTHOR "\n " ADDRESS "\n\n\n " EMAIL "\n\n This program is GiftWare! \n\n","Ok|More..." };
static struct EasyStruct MyReq_2 = { sizeof (struct EasyStruct),0,"Workgroup","Greetings & thanks in alphabetical order:\n\n Claudio Pucci\n Giuseppe Staffelli\n Sergio Tassi\n\n\nIf someone hasn't the courage to risk\nfor his ideals, either his ideals are\nworth nothing, or worth nothing is he\n\nAmiga forever.\n\n","Ok" };
LONG More;
More = EasyRequest (Win,&MyReq_1,0);
if (! More) EasyRequest (Win,&MyReq_2,0);
return More;
}
LONG Choice (struct Window *Win,TEXT *Title,TEXT *String)